/** * A secret for an organization */ export interface SdPlatformResponseOrganizationSecret { /** The key for the organization secret */ key: string; /** The value for the organization secret */ value: string; } //# sourceMappingURL=SdPlatformResponseOrganizationSecrets.d.ts.map