[Gekidou] post component tree and partial postList (#5637)

This commit is contained in:
Elias Nahum
2021-09-06 08:22:55 -03:00
committed by GitHub
parent 0139773c31
commit 5700ce7c86
186 changed files with 14905 additions and 650 deletions

View File

@@ -79,11 +79,6 @@ export type HandleFilesArgs = {
prepareRecordsOnly: boolean;
};
export type HandlePostMetadataArgs = {
metadatas: Metadata[];
prepareRecordsOnly: boolean;
};
export type HandlePostsArgs = {
actionType: string;
order: string[];
@@ -239,6 +234,7 @@ export type HandleTeamMembershipArgs = PrepareOnly & {
export type HandlePreferencesArgs = PrepareOnly & {
preferences: PreferenceType[];
sync?: boolean;
};
export type HandleUsersArgs = PrepareOnly & {