Skip to content

Instantly share code, notes, and snippets.

@ljmotta
Created October 14, 2020 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ljmotta/66d2547bc59d92b40b020867d78ed87e to your computer and use it in GitHub Desktop.
Save ljmotta/66d2547bc59d92b40b020867d78ed87e to your computer and use it in GitHub Desktop.
TodoList Channel Api
export interface TodoListChannelApi {
todoList__itemRemoved(item: string): void;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment