OneSDK
    Preparing search index...

    Interface Author2

    interface Author2 {
        id: string;
        name: string;
        profileImage: string;
        screenName: string;
    }
    Index

    Properties

    id: string
    name: string
    profileImage: string
    screenName: string