OneSDK
    Preparing search index...

    Interface StreamRefetchManagerResponse

    interface StreamRefetchManagerResponse {
        user?: {
            __typename: string;
            id: string;
            stream: null | { __typename: string; id: string; isEncrypted: boolean };
        };
    }
    Index

    Properties

    Properties

    user?: {
        __typename: string;
        id: string;
        stream: null | { __typename: string; id: string; isEncrypted: boolean };
    }