interface AsukaResolvedBootPlan {
    mode: AsukaBootMode;
    state?: unknown;
}

Properties

Properties

state?: unknown