Skip to content

Instantly share code, notes, and snippets.

@ljmotta
Created October 14, 2020 13:23
Embed
What would you like to do?
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