WDIO Obsidian Service
    Preparing search index...

    Type Alias ObsidianCommunityTheme

    type ObsidianCommunityTheme = {
        name: string;
        author: string;
        repo: string;
        screenshot: string;
        modes: string[];
    }
    Index

    Properties

    name: string
    author: string
    repo: string
    screenshot: string
    modes: string[]