@aptly-as/types
Advanced tools
Comparing version 0.1.1 to 0.1.2
import { AptlyPermissionModulesModels, AptlyPermissionOrganizationModels } from '../core'; | ||
import { AptlySignageSchema } from '../core/signage'; | ||
import { AptlyUserSchema } from './User'; | ||
import { AptlyUserSchema } from './user'; | ||
export declare type AptlyOrganization = AptlyOrganizationSchema<string, string>; | ||
@@ -5,0 +5,0 @@ export interface AptlyOrganizationSchema<ID, DATE> { |
import { AptlyPermissionModulesModels, AptlyPermissionOrganizationModels } from '../core'; | ||
import { AptlySignageSchema } from '../core/signage'; | ||
import { AptlyUserSchema } from './User'; | ||
import { AptlyUserSchema } from './user'; | ||
@@ -5,0 +5,0 @@ export type AptlyOrganization = AptlyOrganizationSchema<string, string>; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=User.js.map | ||
//# sourceMappingURL=user.js.map |
{ | ||
"name": "@aptly-as/types", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Aptly types and enums", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
Sorry, the diff of this file is not supported yet