@ctrl/plex
    Preparing search index...

    Interface SetAccountPinOptions

    interface SetAccountPinOptions {
        currentPin?: string;
        pin: string;
    }
    Index
    currentPin?: string

    Current PIN when changing an existing PIN.

    pin: string

    New PIN. Pass an empty string to remove it.