UNPKG

@enonic/mock-xp

Version:

Mock Enonic XP API JavaScript Library

10 lines (8 loc) 163 B
interface AppConfigObject { [key :string] :unknown } export interface App { readonly config :AppConfigObject readonly name :string readonly version :string }