interface FetchInviteOptions {
    cache?: boolean;
    code: string;
    force?: boolean;
}

Hierarchy (View Summary)

Properties

Properties

cache?: boolean
code: string
force?: boolean