Interface GENERAL_PARAMS

Represents the general parameters.

interface GENERAL_PARAMS {
    current_user?: string;
}

Hierarchy (view full)

Properties

Properties

current_user?: string