Anchorage API reference
    Preparing search index...

    Interface BackendSwitchApplicationR2Progress

    interface BackendSwitchApplicationR2Progress {
        resource: ApplicationR2Resource;
        subphase:
            | "reserved"
            | "create-authorized"
            | "created"
            | "detach-authorized"
            | "detached"
            | "empty-authorized"
            | "empty"
            | "delete-authorized"
            | "deleted";
    }
    Index

    Properties

    Properties

    subphase:
        | "reserved"
        | "create-authorized"
        | "created"
        | "detach-authorized"
        | "detached"
        | "empty-authorized"
        | "empty"
        | "delete-authorized"
        | "deleted"