Skip to content

Instantly share code, notes, and snippets.

@Chester97
Created February 11, 2021 12:40
Show Gist options
  • Save Chester97/c42a63994ac92efde1c60a2d0dd0c22d to your computer and use it in GitHub Desktop.
Save Chester97/c42a63994ac92efde1c60a2d0dd0c22d to your computer and use it in GitHub Desktop.
type A = {
id: string;
message: string;
messageHeader: string;
type: string;
removeNotification: (id: string) => void;
};
export type B = {
id: string;
type: NotificationType;
message: string;
messageHeader: string;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment