Type alias Api

Api: ApiAttributes & {
    id: string;
    type: "apis";
    active: boolean;
}

Apis

Type declaration

  • id: string
  • type: "apis"
  • active: boolean

Generated using TypeDoc