Type alias CommonTicketListOption

CommonTicketListOption: {
    beginAt?: string;
    endAt?: string;
    projectId: string;
    q?: string;
    statusId?: string;
    statusIds?: string[];
    ticketNumber?: string;
} & CountRequest

Generated using TypeDoc