UNPKG

@aptly-as/types

Version:
8 lines (7 loc) 267 B
import { AptlyBaseSchema } from './extends.js'; export type AptlyOptionLabel = AptlyOptionLabelSchema<string, string>; export interface AptlyOptionLabelSchema<ID, DATE> extends AptlyBaseSchema<ID, DATE> { organization?: ID; project?: ID; created: DATE; }