interface IBaseContentResolverHost {
    content(id: string, ctx: IBaseActionContext): Promise<Content>;
}

Methods

Methods