interface AppContext Properties app Signature app: App; components Signature components: Record<string, Component>; config Signature config: AppConfig; directives Signature directives: Record<string, Directive>; mixins Signature mixins: ComponentOptions[]; provides Signature provides: Record<string | symbol, any>; AppConfig AsyncComponentOptions