Takaro - v0.4.9
    Preparing search index...

    Interface FunctionUpdateDTO

    FunctionUpdateDTO

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

    Properties

    code?: string

    FunctionUpdateDTO

    description?: string

    FunctionUpdateDTO

    name?: string

    FunctionUpdateDTO