UNPKG

@userfrosting/sprinkle-core

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