UNPKG

@notadd/user

Version:

Package Open in Browser for already.

9 lines (8 loc) 155 B
export interface OrganizationsData { code: number; message: string; organizations: Array<{ id: number; name: string; }>; }