Interface TallyWorkspaceResponseDTO

interface TallyWorkspaceResponseDTO {
    createdAt: string;
    createdByUserId: string;
    id: string;
    invites: TallyWorkspaceInviteDTO[];
    members: TallyWorkspaceMemberDTO[];
    name: string;
    updatedAt: string;
}

Properties

createdAt: string
createdByUserId: string
id: string
name: string
updatedAt: string