promise-android-tools
    Preparing search index...

    Interface FastbootConfig

    interface FastbootConfig {
        device?: string | number;
        disableVerification: boolean;
        disableVerity: boolean;
        force: boolean;
        fsOptions?: string;
        maxSize?: string;
        skipReboot: boolean;
        skipSecondary: boolean;
        slot?: "all" | "other" | "current";
        unbuffered: boolean;
        wipe: boolean;
    }
    Index

    Properties

    device?: string | number
    disableVerification: boolean
    disableVerity: boolean
    force: boolean
    fsOptions?: string
    maxSize?: string
    skipReboot: boolean
    skipSecondary: boolean
    slot?: "all" | "other" | "current"
    unbuffered: boolean
    wipe: boolean