interface DocTypeAction {
    action: string;
    action_type: "Server Action" | "Route";
    creation?: string;
    custom?: boolean;
    docstatus?: number;
    doctype?: string;
    group?: string;
    hidden?: boolean;
    idx?: number;
    label: string;
    modified?: string;
    modified_by?: string;
    name?: string;
    owner?: string;
    parent?: string;
    parentfield?: string;
    parenttype?: string;
}

Properties

action: string
action_type: "Server Action" | "Route"
creation?: string
custom?: boolean
docstatus?: number
doctype?: string
group?: string
hidden?: boolean
idx?: number
label: string
modified?: string
modified_by?: string
name?: string
owner?: string
parent?: string
parentfield?: string
parenttype?: string