E621
    Preparing search index...

    Interface CreateTagImplicationOptions

    interface CreateTagImplicationOptions {
        antecedent_name: string;
        consequent_name: string;
        reason: string;
        skip_forum?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    antecedent_name: string
    consequent_name: string
    reason: string
    skip_forum?: boolean