Skip to content

Instantly share code, notes, and snippets.

@ravinduramesh
Created February 27, 2024 04:07
export interface Address {
streetAddress: string;
locality: string;
region: string;
postalCode: string;
country: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment