interface FetchThreadOwnerOptions {
    cache?: boolean;
    force?: boolean;
    withMember?: boolean;
}

Hierarchy (View Summary)

Properties

cache?: boolean
force?: boolean
withMember?: boolean