Interface DocsLogo

interface DocsLogo {
    alt?: string;
    url: string;
}

Properties

Properties

alt?: string
url: string