UNPKG

@userfrosting/sprinkle-core

Version:
9 lines (8 loc) 182 B
/** * Common Interfaces * * Returns miscellaneous interfaces that are used throughout the application. */ export interface AssociativeArray { [key: string]: string | null; }