Variable $AuthRefreshInputDtoConst

$AuthRefreshInputDto: {
    properties: {
        refreshToken: {
            description: "Token de refresh.";
            nullable: false;
            type: "string";
        };
    };
    required: readonly ["refreshToken"];
    type: "object";
} = ...