/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Describes a permission the user has to accept upon installing * the plugin. * */ export type PluginPrivilege = { Name?: string; Description?: string; Value?: Array; };