Logos DX
    Preparing search index...

    Type Alias AsyncOptions<E>

    type AsyncOptions<E = Record<string, any>> = {
        invalidateOn?: (keyof E)[];
        pollInterval?: number;
        skip?: boolean;
    }

    Type Parameters

    Index

    Properties

    invalidateOn?: (keyof E)[]
    pollInterval?: number
    skip?: boolean