interface ShowPageStatusProps {
    status: string;
    statusType: "pending" | "approved" | "rejected" | "in-progress";
    title?: string;
}

Properties

status: string

Status

statusType: "pending" | "approved" | "rejected" | "in-progress"

Status type

title?: string

Title

Generated using TypeDoc