@webshop/root - v1.0.0
    Preparing search index...

    Type Alias Country

    type Country = {
        code: string;
        name: string;
    }
    Index

    Properties

    Properties

    code: string
    name: string