Skip to content

ReverseAccessEntry

Example Usage

typescript
import { ReverseAccessEntry } from "@meetkai/mka1/models/components";

let value: ReverseAccessEntry = {
  orgId: "<id>",
  grantedBy: "<value>",
  grantedAt: new Date("2026-10-18T12:15:18.283Z"),
  active: false,
  activatedBy: "<value>",
  activatedAt: new Date("2024-05-25T13:38:36.733Z"),
};

Fields

FieldTypeRequiredDescription
orgIdstring✔️N/A
grantedBystring✔️N/A
grantedAtDate✔️N/A
activeboolean✔️N/A
activatedBystring✔️N/A
activatedAtDate✔️N/A