LicenseCredentialDeactivationAcceptance
Public append-only deactivation acceptance.
Declaration
Section titled “Declaration”const LicenseCredentialDeactivationAcceptance: Schema.toTaggedUnion<"status", readonly [Schema.Struct<{ status: Schema.Literal<"deactivated">; deactivation: Schema.Struct<{ activationId: Schema.brand<Schema.String, "LicenseActivationId">; licenseId: Schema.brand<Schema.String, "LicenseId">; deactivatedAt: Schema.brand<Schema.Int, "EpochMilliseconds">; }>;}>, Schema.Struct<{ status: Schema.Literal<"already_deactivated">; deactivation: Schema.Struct<{ activationId: Schema.brand<Schema.String, "LicenseActivationId">; licenseId: Schema.brand<Schema.String, "LicenseId">; deactivatedAt: Schema.brand<Schema.Int, "EpochMilliseconds">; }>;}>]>;