eas-cli
Version:
EAS command line tool
10 lines (9 loc) • 346 B
TypeScript
import EasCommand from '../../commandUtils/EasCommand';
export default class AccountLogout extends EasCommand {
static description: string;
static aliases: string[];
static contextDefinition: {
sessionManager: import("../../commandUtils/context/SessionManagementContextField").default;
};
runAsync(): Promise<void>;
}