UNPKG

@availity/spaces

Version:
7 lines (6 loc) 247 B
// eslint-disable-next-line import/prefer-default-export export function normalizeSpaces(spaces: object[]): object[]; const updateTopApps: ( space: { configurationId?: string | null; type?: string | null }, akaname: string ) => Promise<void>;