Type alias UpdateProjectResponse

UpdateProjectResponse: {
    data: Project;
    errors: string[];
    success: boolean;
}

Type declaration

  • data: Project

    The updated project, after the change

  • errors: string[]

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

  • success: boolean

    Indicates whether the operation was successful or not