ReferenceBridge APIs
ScopedSecretConfig
Reference for `ScopedSecretConfig`, exported as part of the public Shardwire surface.
interface exported from src/discord/types.ts.
Summary
Reference for ScopedSecretConfig, exported as part of the public Shardwire surface.
Signature
export interface ScopedSecretConfig {
id?: string;
value: string;
allow?: SecretPermissions;
}