interface RequestOptions<T = LibTypes.Args.Content.RequestType> {
    query?: Query;
    type?: T;
}

Type Parameters

Properties

Properties

query?: Query
type?: T