Interface Item

interface Item {
    def?: string;
    l: string[];
    uri: string;
}

Properties

Properties

def?: string
l: string[]
uri: string