Variable $WhitelistStatusConst

$WhitelistStatus: {
    description: "The status of the contract in the whitelist.";
    enum: readonly ["TO_REVIEW", "VALIDATED", "REFUSED"];
    type: "string";
} = ...
""