/** * The type of this resource. Possible values are ``commands``. * @export * @enum {string} */ export declare const TypeCommands: { readonly Commands: "commands"; }; export type TypeCommands = typeof TypeCommands[keyof typeof TypeCommands];