Interface

Gcr-4GcrCertificateExtensionKeyUsageConstructorProps

interface ConstructorProps {
    critical: boolean;
    oid: string;
    value: Uint8Array<ArrayBufferLike> | GLib.Bytes;
}

Hierarchy (View Summary)

Index
critical: boolean
oid: string
value: Uint8Array<ArrayBufferLike> | GLib.Bytes