Skip to content

Instantly share code, notes, and snippets.

@rainerhahnekamp
Created August 12, 2021 08:09
Embed
What would you like to do?
export interface Customer {
id: number;
firstname: string;
name: string;
country: string;
birthdate: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment