/** * The type of the resource. Possible values are ``projects``. * @export * @enum {string} */ export declare const TypeProject: { readonly Projects: "projects"; }; export type TypeProject = typeof TypeProject[keyof typeof TypeProject];