Type alias ListProjectsResponse

ListProjectsResponse: {
    data: Project[];
    errors: string[];
    meta: PaginationMeta;
    success: boolean;
}

Type declaration

  • data: Project[]

    List of Projects

  • errors: string[]

    If the operation was not successful, holds the deatils of errors

  • meta: PaginationMeta
  • success: boolean

    Indicates whether the operation was successful or not