czydojade/front/resources/ts/model/identity.ts
2020-11-01 17:57:06 +01:00

4 lines
43 B
TypeScript

export type Identity = {
id: string;
}