QuickCommandsCreateRequest: {
    custom_inputs?: CustomInputRequest[] | null;
    description: string;
    final_result: string;
    flow?: object | null;
    name: string;
    preserve_conversation?: boolean;
    return_type?: QuickCommandsReturnType | null;
    slug: string;
    steps: (QuickCommandsStepFetchRequest | QuickCommandsStepPromptRequest)[];
    type?: QuickCommandTypeRequest;
}

Type declaration