Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 753 Bytes

File metadata and controls

20 lines (15 loc) · 753 Bytes

Permission

Example Usage

import { Permission } from "galileo-generated/models";

let value: Permission = {
  action: "share",
  allowed: false,
};

Fields

Field Type Required Description
action models.PermissionAction ✔️ N/A
allowed boolean ✔️ N/A
message string N/A