Interface FunctionUpdateDTO

FunctionUpdateDTO

interface FunctionUpdateDTO {
    code?: string;
    name?: string;
}

Properties

Properties

code?: string

FunctionUpdateDTO

name?: string

FunctionUpdateDTO