Type alias WithOrigin<Api>

WithOrigin<Api>: {
    [k in keyof Api]: ((p, origin) => ReturnType<Api[k]>)
}

Type Parameters

Generated using TypeDoc