Typescript Server
Represents an Organization associated with a recent signup in Wacht
export interface RecentSignupOrganization { id?: string; name?: string; }
id
name