@ukkidney/ukrdc-axios-ts
    Preparing search index...

    Interface SurveyLevelSchema

    Information about a single survey level

    SurveyLevelSchema

    interface SurveyLevelSchema {
        id: string;
        leveltypecode: string;
        value: string;
    }
    Index

    Properties

    id: string

    Survey level ID

    SurveyLevelSchema

    leveltypecode: string

    Survey level type code

    SurveyLevelSchema

    value: string

    Survey level value

    SurveyLevelSchema