UNPKG

@brizy/media-gallery

Version:
7 lines (6 loc) 142 B
type Id = number | string | symbol; export interface Base<I extends Id> { __stateId: I; } export type GenericState = Base<Id>; export {};