Home > @poq/sdk > AccountContentResponse > (constructor)
Constructs a new instance of the AccountContentResponse
class
Signature:
constructor(params?: {
profile?: ProfileResponse;
content?: ContentBlockResponse[];
});
Parameter | Type | Description |
---|---|---|
params | { profile?: ProfileResponse; content?: ContentBlockResponse[]; } | (Optional) |