@turbowarp/types-tw
    Preparing search index...

    Interface Input

    interface Input {
        block: string;
        name: string;
        shadow: string | null;
    }
    Index

    Properties

    Properties

    block: string
    name: string
    shadow: string | null