RTSDK
    Preparing search index...

    Interface UserOptionalInterface

    interface UserOptionalInterface {
        credentials?: InteractiveCredentials;
        profileId?: null | string;
        urlSlug?: string;
        visitorId?: null | number;
    }
    Index

    Properties

    profileId?: null | string
    urlSlug?: string
    visitorId?: null | number