Workspace

    • avatarStoragePath
      Type: string | null
      required
    • avatarUrl
      Type: string | null
      required
    • createdAt
      Type: string
      required
    • id
      Type: string · UUID Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
      required
    • membersCount
      Type: number
      required
    • modifiedAt
      Type: string
      required
    • parentWorkspaceId
      Type: string · UUID Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$ nullable
      required
    • referral
      Type: object | null
      required
    • referralCode
      Type: string | null
      required
    • slug
      Type: string
      min length:  
      3
      max length:  
      50
      required
    • title
      Type: string
      max length:  
      100
      required
    • type
      Type: string · WorkspaceTypeenum
      required
      values
      • personal
      • team
      • developer
      • delegated
    • workspaceRoles
      Type: array object[] · WorkspaceRole[]
      required
    • description
      Type: string | null
      max length:  
      255