Type alias ProjectList

ProjectList: {
    object_count?: number;
    page_count?: number;
    projects?: ProjectSchema[];
}

Type declaration

  • Optional object_count?: number
  • Optional page_count?: number
  • Optional projects?: ProjectSchema[]