Saxonberg Server API
    Preparing search index...

    Interface AuthorSurface

    interface AuthorSurface {
        consumer: AuthorSurfaceMember[];
        extension: { contract: string; faces: string[]; name: string }[];
        types: AuthorSurfaceType[];
    }
    Index

    Properties

    extension: { contract: string; faces: string[]; name: string }[]