Interface YaschemaApiExpressContextAccessor

interface YaschemaApiExpressContextAccessor {
    getYaschemaApiExpressContext?: () => YaschemaApiExpressContext;
}

Properties

getYaschemaApiExpressContext?: () => YaschemaApiExpressContext