Interface InvitationRead

InvitationRead

interface InvitationRead {
    created_date?: string;
    expired?: null | boolean;
    key?: string;
    organization: number;
    organization_info: BasicOrganization;
    owner: null | BasicUser;
    role: RoleEnum;
    user: BasicUser;
}

Properties

created_date?: string

InvitationRead

expired?: null | boolean

InvitationRead

key?: string

InvitationRead

organization: number

InvitationRead

organization_info: BasicOrganization

InvitationRead

owner: null | BasicUser

InvitationRead

role: RoleEnum

InvitationRead

user: BasicUser

InvitationRead