Type Alias ApprovalSheetWebhookFile

ApprovalSheetWebhookFile: {
    approval_sheet?: string;
    confirm_hash?: string;
    recommended_design?: string;
    submitted_design?: string;
}