interface Self {
    __typename: string;
    friendship?: any;
}

Properties

__typename: string
friendship?: any