Type Alias CreateCustomObjectRecordDto

CreateCustomObjectRecordDto: {
    owner: string[];
    followers: string[];
    properties: Record<string, any>;
}

Type declaration

  • owner: string[]
  • followers: string[]
  • properties: Record<string, any>