Coda by Ian Macalinao
    Preparing search index...

    Interface StringValueNode

    interface StringValueNode {
        kind: "stringValueNode";
        string: string;
    }
    Index

    Properties

    Properties

    kind: "stringValueNode"
    string: string