Configuration
type Configuration = {
namespace: string | AppInfo;
debug?: boolean;
debugging?: {
injectIntoGlobalContext?: boolean;
}; fileSystem?: {
loadImmediately?: boolean;
version?: string;
}; permissions?: Permissions;
userMessages?: UserMessages;
};§Type
§
{
[src]namespace: string | AppInfo;
debug?: boolean;
debugging?: {
injectIntoGlobalContext?: boolean;
}; fileSystem?: {
loadImmediately?: boolean;
version?: string;
}; permissions?: Permissions;
userMessages?: UserMessages;
}