Pawnote
    Preparing search index...

    Type Alias RefreshInformation

    RefreshInformation: Readonly<
        {
            kind: AccountKind;
            navigatorIdentifier: string;
            token: string;
            url: string;
            username: string;
        },
    >