czydojade/resources/ts/model/identity.ts
2020-01-23 19:27:08 +01:00

4 lines
43 B
TypeScript

export type Identity = {
id: string;
}