wx-ezhan
    Preparing search index...

    Interface Convention

    interface Convention {
        clauses: { number: number; text: string }[];
        effectiveTime: string;
        footer: string;
        preamble: string;
        title: string;
        updateTime: string;
    }
    Index

    Properties

    clauses: { number: number; text: string }[]
    effectiveTime: string
    footer: string
    preamble: string
    title: string
    updateTime: string