Type Alias CreateJobSignatureData

CreateJobSignatureData: {
    approver?: string;
    id: string;
    resumeId: number;
    workspace: string;
}