Takaro - v0.6.0
    Preparing search index...

    Interface ShopActionOutputDTO

    ShopActionOutputDTO

    interface ShopActionOutputDTO {
        createdAt: string;
        description?: string;
        function: FunctionOutputDTO;
        id: string;
        name: string;
        updatedAt: string;
        versionId: string;
    }
    Index

    Properties

    createdAt: string

    ShopActionOutputDTO

    description?: string

    ShopActionOutputDTO

    ShopActionOutputDTO

    id: string

    ShopActionOutputDTO

    name: string

    ShopActionOutputDTO

    updatedAt: string

    ShopActionOutputDTO

    versionId: string

    ShopActionOutputDTO