@yeying-community/yeying-client-ts
    Preparing search index...

    Type Alias SolutionCardJson

    from message yeying.api.bulletin.SolutionCard

    type SolutionCardJson = {
        name?: string;
        price?: string;
        variables?: string;
    }
    Index

    Properties

    name?: string

    from field: string name = 1;

    price?: string

    from field: string price = 2;

    variables?: string

    from field: string variables = 3;