Skip to content

Instantly share code, notes, and snippets.

@kristjank
Last active August 16, 2019 09:29
Show Gist options
  • Save kristjank/76608863162dd7899afc237ab4e64dc4 to your computer and use it in GitHub Desktop.
Save kristjank/76608863162dd7899afc237ab4e64dc4 to your computer and use it in GitHub Desktop.
core-gti
export interface IBusinessRegistrationAsset {
name: string;
website: string;
vat?: string;
organizationRepository?: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment