finance-mgn - v1.4.1
    Preparing search index...

    Type Alias AppArguments

    type AppArguments = {
        actions?: "fio" | "mail" | "all";
        cleanup?: "mail" | "sheets" | "all";
        environment: "development" | "production";
        withLabeling?: boolean;
    }
    Index

    Properties

    actions?: "fio" | "mail" | "all"
    cleanup?: "mail" | "sheets" | "all"
    environment: "development" | "production"
    withLabeling?: boolean