Type alias CreateProjectPayLoad

CreateProjectPayLoad: {
    clientId: string;
    description?: string;
    dueDate?: string;
    name: string;
    rate?: number;
    startDate?: string;
}

Type declaration

  • clientId: string

    Client Id associated with the project

  • Optional description?: string

    Description of project

  • Optional dueDate?: string

    Due date of the project

  • name: string

    Name of the project

  • Optional rate?: number

    Hourly rate for the project

  • Optional startDate?: string

    Start date of the project